Android Barcode Support Library
Type
module
Summary
Android barcode support module.
Description
Provides internal handlers used by the Android barcode library and scanning widget.
note
This module is for internal use.
Compatibility and Support
OS
android
Children Properties
Handler
Name | Summary | Syntax |
---|---|---|
LibBarcodeSupportFormatBarcodeAsArray | Formats a barcode object into an array. | LibBarcodeSupportFormatBarcodeAsArray(<pBarcode>) |
LibBarcodeSupportFormatBarcodeAsArrayExtractingSnapshot | Formats a barcode object into an array, including a snapshot of the barcode. | LibBarcodeSupportFormatBarcodeAsArrayExtractingSnapshot(<pBarcode>,<pSnapshot>,<pClipSnapshot>,<pSnapshotScaleX>,<pSnapshotScaleY>) |
LibBarcodeSupportBarcodeFormatToString | Converts a barcode format integer to a readable string. | LibBarcodeSupportBarcodeFormatToString(<pFormat>) |
LibBarcodeSupportBarcodeFormatFromString | Converts a barcode format string to it's integer representation. | LibBarcodeSupportBarcodeFormatFromString(<pFormatString>) |